home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 49662 / 49662.xpi / skin / classic / firefocus.css next >
Cascading Style Sheet File  |  2010-01-23  |  536b  |  25 lines

  1.  
  2. .nodeBox.contentFocused > .nodeLabel,
  3. .nodeAttr.contentFocused,
  4. .nodeValue.contentFocused,
  5. .nodeText.contentFocused,
  6. .nodeBox.contentFocused > .nodeText {
  7.   border: 2px dashed #FF9933 !important;
  8.   -moz-border-radius: 2px !important;
  9. }
  10.  
  11.  
  12. .logRow-focusIn,
  13. .logRow-focusOut {
  14.     padding-left: 22px;
  15.     background-repeat: no-repeat;
  16.     background-position: 4px 2px;
  17. }
  18.  
  19. .logRow-focusIn {
  20.   background-image: url(chrome://firefocus/skin/focusIn.png);
  21. }
  22. .logRow-focusOut {
  23.   background-image: url(chrome://firefocus/skin/focusOut.png);
  24. }
  25.